Loading net/wireless/reg.c +2 −4 Original line number Diff line number Diff line Loading @@ -1614,9 +1614,7 @@ static void reg_todo(struct work_struct *work) static void queue_regulatory_request(struct regulatory_request *request) { if (isalpha(request->alpha2[0])) request->alpha2[0] = toupper(request->alpha2[0]); if (isalpha(request->alpha2[1])) request->alpha2[1] = toupper(request->alpha2[1]); spin_lock(®_requests_lock); Loading Loading
net/wireless/reg.c +2 −4 Original line number Diff line number Diff line Loading @@ -1614,9 +1614,7 @@ static void reg_todo(struct work_struct *work) static void queue_regulatory_request(struct regulatory_request *request) { if (isalpha(request->alpha2[0])) request->alpha2[0] = toupper(request->alpha2[0]); if (isalpha(request->alpha2[1])) request->alpha2[1] = toupper(request->alpha2[1]); spin_lock(®_requests_lock); Loading